libjvmti-oprofile0 software package provides system-wide profiler for Linux systems (Java runtime library), you can install in your Ubuntu 16.04 LTS (Xenial Xerus) by running the commands given below on the terminal,
$ sudo apt-get update $ sudo apt-get install libjvmti-oprofile0
libjvmti-oprofile0 is installed in your system.
Make ensure the libjvmti-oprofile0 package were installed using the commands given below,
$ sudo dpkg-query -l | grep libjvmti-oprofile0 *
You will get with libjvmti-oprofile0 package name, version, architecture and description in a table
| Distro | Ubuntu 16 04 lts xenial xerus |
| Section | Development |
| Package | libjvmti-oprofile0 |
| Version | 1.1.0-0ubuntu1 |
| Description | system-wide profiler for Linux systems (Java runtime library) |
| Sub Section | Devel |